home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / graphics / videoeasel / camrexx / hpp-gas.rexx < prev    next >
OS/2 REXX Batch file  |  1999-04-19  |  223b  |  13 lines

  1. /* HPP-Gas by an idea of Toffoli, in CAMRexx by THOR */
  2.  
  3. MakeAlgorithm:
  4.    PLANEALGORITHM margolus hvcenters
  5. return
  6.  
  7. MakePlane:
  8.    if center=opp & cw=ccw & center~=cw then
  9.          SETPLANE cw
  10.    else  SETPLANE opp
  11. return
  12.  
  13.